TransformPoints(Matrix3x2,PointF[]) Method
Applies a geometric transform represented by the
System.Numerics.Matrix3x2 to the provided points.
'Declaration
Public Overloads Shared Sub TransformPoints( _
ByVal As Matrix3x2, _
ByVal () As PointF _
)
Parameters
- matrix
- Transformation matrix.
- points
- An array of points to transform.